Lender Price API Web Service
Lender Price API Web Service / CalendarEvent«RatePeriodDTO» Json Schema
In This Topic
    CalendarEvent«RatePeriodDTO» Json Schema
    In This Topic
    Overview
    CalendarEvent«RatePeriodDTO»
    color : string
    Certain events can be rendered with different colors in a calendar UI
    current : boolean
    Indicates whether this is the current ratePeriod (versus an archived one)
    data : RatePeriodDTO
    RatePeriod data for this event
    end : string
    End date to which this ratePeriod is valid. UTC time. (The current ratePeriod does not have an end date)
    expired : boolean
    Whether the rates are expired
    id : ObjectId
    Unique identifier
    counter : integer
    internal only
    date : string

    The current date.

    internal only

    machineIdentifier : integer
    internal only
    processIdentifier : integer
    internal only
    time : integer
    internal only
    timeSecond : integer
    internal only
    timestamp : integer
    internal only
    name : string
    Name of the ratePeriod
    originalRatePeriodId : string
    For archived rates, the ID of the original ratePeriod
    rateSheet : CustomFileFieldDTO
    File associated with rate import
    fileType : string
    Company file type. Default: Rates
    filename : string
    Filename
    id : ObjectId
    Unique ID
    uploadDate : string
    Date that the file was uploaded
    rateSheetLLPA : CustomFileFieldDTO
    File associated with adjustors import
    validAsOf : string
    Start date from which this ratePeriod is valid. UTC time.
    end : string
    End date. Timezone configurable.
    start : string
    Start date. Timezone configurable.
    title : string
    Description of this event
    Properties
    NameDescriptionData Type
    Certain events can be rendered with different colors in a calendar UIstring
    Indicates whether this is the current ratePeriod (versus an archived one)boolean
    RatePeriod data for this eventRatePeriodDTO
    End date. Timezone configurable.string
    Start date. Timezone configurable.string
    Description of this eventstring
    See Also